home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-03-06 | 475 b | 18 lines | [TEXT/MPS ] |
- // Modeller_PICTImport.h
- //
- // picture import related function prototypes for the the modeller application
- //
- // Modification History
- //
- // 11/26/94 nick added in stuff from symantec proto_helper app, add defines
-
-
- #ifndef _MODELLER_PICTIMPORT_H_
- #define _MODELLER_PICTIMPORT_H_
-
- /* Modeller_PICTImport.c */
- TQ3Boolean TextureFromPICT(PicHandle pict, TQ3StoragePixmap *bmap);
- TQ3Status AddTextureToDocument(DocumentPtr theDocument, TQ3StoragePixmap *textureImage);
-
-
- #endif